home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 018a / rw4_demo.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1990-08-15  |  434b  |  18 lines

  1. echo off
  2. rem If the Demo is found, start it.
  3. if exist ROREPLAY.COM goto start
  4.  
  5. rem The demo was not found, abort this batch file with an error prompt.
  6. echo To run the RightWriter demo, change to the drive and directory with 
  7. echo the demo files (A: or B:).  Type DEMO.  Then press the ENTER key.
  8. pause
  9. goto exit
  10.  
  11. rem Start the demo.
  12. :start
  13. ROREPLAY.COM QUE1.SFL QUE1.IRP ROSGEDIT.COM VAPOR
  14. cls
  15. type dealer.doc
  16.  
  17. :exit
  18.